From 5929103d88c333212c731cc335b31e5bd766b868 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Sep 2013 18:45:16 -0400 Subject: [PATCH] Don't call deprecated combobox api gtk_combo_box_set_title is not needed anymore, since we dropped the tearoff support. --- tests/testcombo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testcombo.c b/tests/testcombo.c index 24253880b4..f16639cd07 100644 --- a/tests/testcombo.c +++ b/tests/testcombo.c @@ -1190,7 +1190,6 @@ main (int argc, char **argv) is_separator, NULL, NULL); gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), 0); - gtk_combo_box_set_title (GTK_COMBO_BOX (combobox), "Dynamic list"); /* GtkComboBox custom entry */ tmp = gtk_frame_new ("GtkComboBox (custom)"); -- 2.30.2